bitkeeper revision 1.7.3.9 (3dfdbfbazb9d0L8B6I8R2qA8U3j--A)
authorlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Mon, 16 Dec 2002 11:57:46 +0000 (11:57 +0000)
committerlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Mon, 16 Dec 2002 11:57:46 +0000 (11:57 +0000)
debug

xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_core.c

index 23c3e404ad138e9ee862c85ca75d3c3c6faae02f..18de56054991ff6ab413c2d63be469d0ad1588ea 100644 (file)
@@ -292,7 +292,7 @@ static int cmd_write_proc(struct file *file, const char *buffer,
 
     } else {
 
-               printk("bd240 debug: mapping dom %d, %lx, %lx\n", op.u.reqdommem.domain, op.u.reqdommem.start_pfn, op.u.reqdommem.tot_pages);
+               printk(KERN_ALERT "bd240 debug: mapping dom %d, %lx, %lx\n", op.u.reqdommem.domain, op.u.reqdommem.start_pfn, op.u.reqdommem.tot_pages);
 
         ret = dom_map_mem(op.u.reqdommem.domain, op.u.reqdommem.start_pfn, 
                         op.u.reqdommem.tot_pages);